CSharpTest.Net
Merge(IComparer<T>,IEnumerable<T>[]) Method
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Collections Namespace > OrderedEnumeration<T> Class > Merge Method : Merge(IComparer<T>,IEnumerable<T>[]) Method

comparer
enums

Glossary Item Box

Merges n-number of ordered enumerations based on the comparer provided.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function Merge( _
   ByVal comparer As IComparer(Of T), _
   ByVal ParamArray enums() As IEnumerable(Of T) _
) As IEnumerable(Of T)
C# 
public static IEnumerable<T> Merge( 
   IComparer<T> comparer,
   params IEnumerable<T>[] enums
)

Parameters

comparer
enums

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys